func strconv.ryuFtoaFixed64

2 uses

	strconv (current package)
		ftoa.go#L152: 			ryuFtoaFixed64(&digs, mant, exp-int(flt.mantbits), digits)
		ftoaryu.go#L90: func ryuFtoaFixed64(d *decimalSlice, mant uint64, exp int, prec int) {